home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / FCHEK284.ZIP / test / comtest.f < prev    next >
Encoding:
Text File  |  1994-11-06  |  122 b   |  9 lines

  1.     COMMON A,B,C/ABC/M,N
  2.     COMMON X,I,J
  3.     COMMON /ABC/Q,R,S
  4.     END
  5.     subroutine noname
  6.     common x,y,i,a,b,n
  7.     common /abc/ m,n
  8.     end
  9.